Exclude Stack from DOMServerStream#9896
Conversation
|
This seems reasonable - I am digging a bit to see why |
|
It seems like based on the comments in |
Yes, because both However
The condition exists to prevent injecting twice when both That said the condition would not have prevented the duplicate code. If a file is imported (like My point is that I think
I think most likely it was copypaste. Because the neighboring |
|
I’ll get this in as it seems to work but can follow up if something’s missing. |
|
lgtm |
I think the Stack-specific injection in DOMServerStream was unintentional.
It dragged the whole Stack implementation into it whereas we only need the separate DOM injection.
Tests pass, and the bundle got smaller.